In this scenario, the app will show a toast notification which includes images which are hosted on a web service.
Toasts can use images downloaded from the Internet. The application must have "Internet Capability" specified in its manifest to do so.
| Template | Description |
|---|---|
| A large image and a single string wrapped across three lines of text | |
| A large image, one string of bold text, and one string of regular text wrapped across two lines | |
| A large image, one string of bold text wrapped across two lines, and a string of regular text on the third line | |
| A large image, one string of bold text on the first line, and two strings of regular text on the second and third lines |
When you display a toast, its XML will appear here.